Search
DiagramItem.OnFontChanged Method
See Also
 






Invoked when the Font property has changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnFontChanged (
    Nullable<Font> oldValue,
    Nullable<Font> newValue
)

Visual Basic  Copy Code

Protected Overridable Sub OnFontChanged( _
    oldValue As Nullable(Of Font), _
    newValue As Nullable(Of Font) _
)

 Parameters

oldValue

newValue

 See Also